From 7a9299456dfb5b4680b313c6059d9d04a16fbb27 Mon Sep 17 00:00:00 2001 From: Mo Zhou Date: Sun, 22 Oct 2023 17:17:41 -0400 Subject: [PATCH] Discard the --no-parallel dh option. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 51e4d29..a14ec8e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --no-parallel + dh $@ --buildsystem=makefile override_dh_auto_install: dh_auto_install -- prefix=/usr libdir=/usr/lib/$(DEB_HOST_MULTIARCH) -- 2.39.5